home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InterCD 2002 January
/
january_2002.iso
/
Piposh Special
/
Piposh
/
QUES.DXR
/
00178_setmoviepath.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-12-06
|
170 b
|
10 lines
on setmoviepath x
global soundspath, soundspathstart
if the machineType = 256 then
y = "\"
else
y = ":"
end if
soundspath = soundspathstart & x & y
end